This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
DDE | |
class DDE | |
property CF_BITMAP as integer | |
property CF_DIB as integer | |
property CF_DIBV5 as integer | |
property CF_DIF as integer | |
property CF_ENHMETAFILE as integer | |
property CF_HDROP as integer | |
property CF_LOCALE as integer | |
property CF_METAFILEPICT as integer | |
property CF_OEMTEXT as integer | |
property CF_PALETTE as integer | |
property CF_PENDATA as integer | |
property CF_RIFF as integer | |
property CF_SYLK as integer | |
property CF_TEXT as integer | |
property CF_TIFF as integer | |
property CF_UNICODETEXT as integer | |
property CF_WAVE as integer | |
method ClientTransaction(type as integer,topic as DDEString[, data as DDEBinaryData[, datatype as integer]]) as DDEBinaryData | |
method ClientTransactionBoolean(type as integer,topic as DDEString[, data as DDEBinaryData[, datatype as integer]]) as Boolean | |
method Close | |
method Connect(appname as DDEString, topic as DDEString) as boolean | |
property DDE_FACK as integer | |
property DDE_FBUSY as integer | |
property DDE_FNOTPROCESSED as integer | |
method InitClient as boolean | |
method InitServer as boolean | |
property LastError as integer | |
method NewDDEBinaryData(name as DDEString,data as memoryblock,offset as integer,length as integer,format as integer) as DDEBinaryData | |
method NewDDEBinaryData(name as DDEString,data as string[,offset as integer,length as integer]) as DDEBinaryData | |
method NewDDEString(ansistring as string) as DDEString | |
method NewDDEStringUnicode(unicodestring as string) as DDEString | |
method RegisterService(name as DDEString) as boolean | |
property Timeout as integer | |
method UnRegisterService(name as DDEString) as boolean | |
property XTYP_EXECUTE as integer | |
property XTYP_POKE as integer | |
property XTYP_REQUEST as integer | |
class DDEBinaryData | |
property Handle as integer | |
method Mem as memoryblock | |
property Release as boolean | |
method size as integer | |
method Str as string | |
class DDEContextInfo | |
property Ansi as boolean | |
property CountryID as integer | |
property Flags as integer | |
property LangID as integer | |
property Security as integer | |
property Unicode as boolean | |
class DDEString | |
property Handle as integer | |
method Len as integer | |
method Mem as memoryblock | |
property Release as boolean | |
method Str as string |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.